Welcome![Sign In][Sign Up]
Location:
Search - net remoting

Search list

[Remote ControlVB.NET - Advanced - Remoting - How-To TCP Remoting.rar

Description:
Platform: | Size: 47420 | Author: | Hits:

[Other resourceeBanking Software 1.0.0.0

Description: 用vb.net+access写的remoting银行交易软体。-vb.net access with the write software Remoting banking transactions.
Platform: | Size: 714873 | Author: lee | Hits:

[OtherFStore_xml

Description: FlashStore是Kyoji独立开发的RIA实验性项目。综合运用了ASP.NET、Flash Remoting和Action Script 2.0等技术,并且结合了MVC设计模式-FlashStore inhibits independent development of the RIA pilot projects. The integrated use of ASP.NET, Flash Remoting and Action Script 2.0, in line with the MVC design pattern
Platform: | Size: 1078409 | Author: 范鲁明 | Hits:

[WinSock-NDISDemoRemoting

Description: 基于c#,用IIS对remoting 的实现,可以对比asp.net来学习
Platform: | Size: 36443 | Author: zhb_msqx | Hits:

[Other resourceremotingchatroom

Description: 用C#编写,利用.net的remoting技术编写的聊天程序
Platform: | Size: 15472 | Author: chenrenbo | Hits:

[.netTemotingTest-MBV

Description: TemotingTest-MBV 主要实现 .net remtoing 下 使用MBV的远程调用-Main TemotingTest-MBV realize. Net remtoing use of MBV remoting
Platform: | Size: 25257984 | Author: lee | Hits:

[OtherC.COM..bianchenzhinan

Description: 《C# COM+ 编程指南》清晰的文字版,本书向读者概要地介绍了.NET框架和通用语言运行库的基本概念,进一步讲解了新的.NET框架与已有的COM+ (组件对象模型扩展)技术的互操作方法,即如何在COM+中使用.NET组件以及如何在.NET框架中使用已有的COM+组件;如何用C#语言创建全新的符合.NET规范的COM+组件,这些组件可用于事物处理、安全、事件、对象共享、事件排队以及远程处理。-" C# COM+ Programming Guide," a clear text version of the book to the reader an overview of the. NET Framework common language runtime and the basic concepts, to further explain the new. NET framework and the existing COM+ (Component Object Model Extension ) technology interoperability means that how to use COM+. NET components and how. NET Framework use the existing COM+ components how to use C# language to create a new line. NET standard COM+ component, which components can be used for transaction processing, security, event, object sharing, event queuing, and remoting.
Platform: | Size: 2107392 | Author: jhun | Hits:

[CSharpArtech.DuplexRemoting

Description: .NET Remoting 简单协议编程.
Platform: | Size: 74752 | Author: John | Hits:

[CSharpNETremoting

Description: .net remoting for c#
Platform: | Size: 541696 | Author: 24242774 | Hits:

[.netP2P-File-Sharing1

Description: 文件共享代码,使用.NET Remoting-File-sharing code. NET Remoting
Platform: | Size: 168960 | Author: wwuuwu | Hits:

[FlashMXRemoting

Description: 用Remoting来和flex进行数据传输;FLEX Remoting可应用的服务器运行语言有多种选择,PHP ASP.NET JSP都可以,由于我们要应用到AMF,而AMFPHP是一个不错的选择,它是完全免费的,而其不用安装,完全由PHP进行编写,只要电脑能运行PHP就可以执行AMFPHP,所以这里我们选择AMFPHP。-And flex with Remoting data transmission FLEX Remoting server applications run language, PHP ASP.NET JSP can, because we want to apply to the AMF, AMFPHP is a good choice, it is completely free of charge , which do not have it installed, written entirely in PHP, as long as the computer can run PHP can perform AMFPHP, so here we have chosen AMFPHP.
Platform: | Size: 2048 | Author: 龙飞 | Hits:

[OtherVB_NET-Remoting

Description: 使用vb.net开发分布式程序的一个使用教程-Vb.net development of distributed programming tutorial
Platform: | Size: 6880256 | Author: murphey | Hits:

[Internet-Network55521212RemotingV4.0

Description: 。NET Remoting双向通信例子。利用广播发送服务器信息、-. NET Remoting two-way communication examples. Through broadcast to send server information,
Platform: | Size: 125952 | Author: 郭程 | Hits:

[Windows DevelopVB.NET---How-To-TCP-Remoting

Description: vb.net tcp 协议的使用(适用于初学者参考)-Use the vb.net TCP protocol (for beginners)
Platform: | Size: 193536 | Author: linshiyang | Hits:

[OtherAdvancedP.NetPRemotingPFullPPack

Description: Advanced .Net Remoting Full Pack,带源代码 学习.net remoting的极好工具书,其源码最有价值的是如何给remoting做插件增加功能,如压缩,加密等,可直接拿来用-Advanced .Net Remoting Full Pack
Platform: | Size: 13361152 | Author: 王大明 | Hits:

[.netRemoteObject

Description: I wrote this code for my student who are learner in NIIT center. In this tutorial you will learned how to create .NET Remoting application in .NET Framework
Platform: | Size: 446464 | Author: VietDN | Hits:

[CSharpSampleRemote

Description: .NET 远程处理为进程间通信提供了一种抽象的方法,它将可远程处理的对象与特定客户端或服务器应用程序域以及特定的通信机制隔离开来-. NET remoting provides an inter-process communication method is abstract, it remotable object with a particular client or server application domain and the specific communication mechanism to isolate
Platform: | Size: 323584 | Author: xmpaul | Hits:

[Web ServerNETPRemoting

Description: .NET Remoting是在不同应用程序域之间通信的技术。使用.NET Remoting在不同应用程序域之 通信可以在同一个进程中、一个系统的进程之间或不同系统的进程之间进行。 对于客户端和服务器应用程序之间的通信,可以使用几种不同的技术。可以使用套接字编写应用 序,或使用System.Net名称空间中的一些辅助类,便于处理协议、IP地址和端口号(详见第24章)。 用这种技术总是必须通过网络发送数据。所发送的数据可以是自己的自定义协议,其中由服务器解 数据包,这样服务器就知道应调用什么方法。我们不仅需要处理发送的数据,还需要自己创建线程。
Platform: | Size: 592896 | Author: cuijinquan | Hits:

[CSharptxeThis

Description: 该代码实现服务器向客户端发送消息(,net Remoting事件)-This code implements server to the client sends the message, net Remoting (events)
Platform: | Size: 32768 | Author: Ixmazad | Hits:

[Otherezrwer-events

Description: 该代码实现服务器向客户端发送消息(,net Remoting事件)(This code implements server to the client sends the message, net Remoting (events))
Platform: | Size: 13312 | Author: 唐茹 | Hits:
« 1 2 3 4 5 67 »

CodeBus www.codebus.net